a，span {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
}
.indexHeader {
  background: #ededed;
  width: 100%;
  height: 24px;
}
.indexHeader .indexHeaderC {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  position: relative;
}
.indexHeader .indexHeaderC > span {
  font-size: 12px;
  margin-left: 10px;
  color: #8c8c8c;
}
.indexHeader .indexHeaderC > span > a {
  font-size: 12px;
  color: #8c8c8c;
}
.indexHeader .indexHeaderC img {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.indexHeader .indexHeaderC .headerRight {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.indexHeader .indexHeaderC .headerRight > span > a {
  display: inline-block;
  height: 100%;
  color: #8c8c8c;
}
.indexHeader .indexHeaderC .headerRight .myCollection {
  position: relative;
}
.indexHeader .indexHeaderC .headerRight .myCollection:hover .myCollectionChild {
  display: block;
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 99999;
  display: none;
  padding-top: 30px;
  transform: translateX(50%);
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild > ul {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild > ul::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 24px;
  left: 25px;
  border-color: transparent;
  border-style: solid;
  content: " ";
  border-width: 6px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild > ul > li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild > ul a {
  display: block;
  color: #303133;
  font-size: 14px;
  line-height: 22px;
  padding: 7px 0;
}
.indexHeader .indexHeaderC .headerRight .myCollection .myCollectionChild > ul a:hover {
  color: #bf0008;
}
.indexSearch {
  width: 100%;
  height: 100px;
}
.indexSearch .indexSearchC {
  width: 1200px;
  height: 106px;
  margin: 0 auto;
}
.indexSearch .indexSearchC .indexSearchLogo {
  width: 175px;
  height: 34px;
  float: left;
  margin-top: 30px;
}
.indexSearch .indexSearchC .indexSearchLogo img {
  width: 175px;
  height: 34px;
}
.indexSearch .indexSearchC .indexSearchText {
  display: inline-block;
  width: 108px;
  height: 34px;
  float: left;
  margin-top: 32px;
  margin-left: 11px;
  border-left: 1px solid #e2e2e2;
  padding-left: 11px;
}
.indexSearch .indexSearchC .indexSearchText span {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 17px;
}
.indexSearch .indexSearchC .indexSearchInput {
  width: 457px;
  height: 40px;
  float: left;
  margin-top: 29px;
  margin-left: 35px;
  padding-left: 14px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #c1cbd1;
  border-radius: 2px;
}
.indexSearch .indexSearchC .indexSearchIcon {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #bb0007;
  border-radius: 4px;
  margin-left: 25px;
  margin-top: 29px;
}
.indexSearch .indexSearchC .indexSearchIcon span {
  font-size: 14px;
  color: #fff;
}
.indexSearch .indexSearchC .indexSearchShop {
  float: left;
  width: 27px;
  height: 27px;
  position: relative;
  margin-top: 36px;
  margin-left: 23px;
}
.indexSearch .indexSearchC .indexSearchShop img {
  width: 27px;
  height: 27px;
}
.indexSearch .indexSearchC .indexSearchShop .shopNumber {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #bb0007;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
.indexSearch .indexSearchC .indexSearchShop .shopNumber span {
  color: #fff;
  font-size: 12px;
}
.new_icon {
  position: relative;
}
.new_icon::after {
  content: 'NEW';
  position: absolute;
  top: -2px;
  display: inline-block;
  right: -35px;
  line-height: 12px;
  font-size: 12px;
  background: #bf0008;
  color: #fff;
  padding: 3px 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  transform: scale(0.78);
}
.new_icon::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -8px;
  width: 0;
  height: 0;
  border: 3px solid;
  border-color: #bf0008 transparent transparent #bf0008;
}
.fire_icon::before {
  display: none;
}
.fire_icon::after {
  content: '';
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -20px;
  background: url('../../images/fire_icon.png') no-repeat center;
}
.BusinessesMoveIn a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #EEB991;
  border-radius: 4px;
  padding: 7px 13px;
  margin-left: 10px;
  margin-top: 32px;
  float: left;
  background: linear-gradient(90deg, #272320 0%, #4A423F 100%);
}
.indexBody {
  width: 100%;
  float: left;
}
.indexBody .indexBodyC {
  width: 100%;
}
.indexBody .indexBodyC .indexBodyTop {
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopAllShop {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #bf0008;
  border-radius: 2px;
  float: left;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopAllShop span {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopAllShop img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
  margin-top: -4px;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 800px;
  margin-left: 30px;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
  position: relative;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList ul li span {
  font-size: 16px;
  color: #8b8b8b;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList ul li img {
  width: 14px;
  height: 18px;
  position: absolute;
  top: -4px;
  right: -10px;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList ul li:hover {
  cursor: pointer;
  font-weight: bold;
}
.indexBody .indexBodyC .indexBodyTop .indexBodyTopList ul li:hover > span {
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyContent {
  width: 1200px;
  margin: 0 auto;
  height: 575px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList {
  background: #eee;
  float: left;
  width: 220px;
  height: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 2px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li {
  display: inline-block;
  width: 220px;
  height: 42px;
  line-height: 42px;
  padding-left: 14px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li > span {
  font-size: 14px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li > img {
  width: 7.4px;
  height: 12px;
  float: right;
  margin-top: 15px;
  margin-right: 14px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList {
  width: 689px;
  height: 573px;
  position: absolute;
  background: #fff;
  top: 0;
  left: 220px;
  z-index: 99;
  padding-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: none;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListsec {
  width: 100px;
  height: 60px;
  float: left;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListsec span {
  font-size: 14px;
  color: #353b42;
  line-height: 28px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListsec span:hover {
  color: #000;
  font-weight: bold;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListtir {
  width: 585px;
  float: left;
  margin-left: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListtir span {
  padding: 0 10px;
  border-right: 1px solid #000;
  box-sizing: border-box;
  font-size: 14px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListtir span:first-child {
  border-left: 1px solid #fff;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul > li .hideList li .hideListtir span:hover {
  color: #000;
  font-weight: bold;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul li:hover {
  cursor: pointer;
  background: #ddd;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentList ul li:hover > .hideList {
  display: block;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin {
  width: 272px;
  height: 99.5%;
  background: #fff;
  border: 1px solid #dedede;
  float: right;
  box-sizing: border-box;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginTop {
  width: 240px;
  height: 40px;
  margin-top: 21px;
  margin-left: 11px;
  margin-bottom: 19px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginTop .LoginTopAvatar {
  float: left;
  width: 40px;
  height: 40px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginTop .LoginTopAvatar img {
  width: 40px;
  height: 40px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginTop .LoginTopText {
  float: left;
  width: 147px;
  height: 40px;
  margin-left: 18px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginTop .LoginTopText p {
  font-size: 14px;
  line-height: 20px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContent {
  width: 100%;
  height: 128px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #efefef;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation .text-center {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation .text-center > p {
  text-align: center;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation .text-center .PFir {
  font-size: 16px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation .text-center .PSec {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentInformation .text-center:nth-child(3n) {
  border-right: none;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentButton .login {
  width: 242px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #bf0008;
  border-radius: 4px;
  float: left;
  margin-top: 25px;
  margin-left: 11px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentButton .login span {
  font-size: 14px;
  color: #fff;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentButton .register {
  width: 242px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #bf0008;
  box-sizing: border-box;
  border-radius: 4px;
  float: left;
  margin-top: 15px;
  margin-left: 11px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentButton .register span {
  font-size: 14px;
  color: #c00;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentButton > a:hover {
  cursor: pointer;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom {
  width: 265px;
  height: 350px;
  margin-left: 2.5px;
  margin-top: 10px;
  overflow: hidden;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom .loginBottomTab {
  width: 100%;
  height: 38px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom .loginBottomTab > div {
  width: 33.33%;
  height: 100%;
  float: left;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  color: #9a9a9a;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom .loginBottomTab .on {
  border-bottom: 1px solid #c00;
  color: #bf0008;
  font-weight: bold;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom .loginBottomContent {
  margin-left: 14px;
  margin-top: 12px;
  margin-right: 32px;
  padding-top: 10px;
  font-size: 14px;
  color: #353b42;
  line-height: 30px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentLogin .indexContentLoginBottom .loginBottomContent > div > div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
  padding: 3px 0px;
  height: 27px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages {
  float: left;
  width: 662px;
  height: 573px;
  margin-left: 27px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap {
  width: 662px;
  height: 360px;
  background: #efefef;
  position: relative;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toLeft {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  bottom: 0;
  right: 61px;
  z-index: 10;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toLeft img {
  width: 13px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toLeft:hover {
  cursor: pointer;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toRight {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toRight img {
  width: 13px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .toRight:hover {
  cursor: pointer;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .bannerWrap .swiper-container img {
  width: 662px;
  height: 573px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .contentImageC .contentImageChild {
  float: left;
  width: 150px;
  height: 200px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-top: 10px;
  box-sizing: border-box;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .contentImageC .contentImageChild:not(:first-child) {
  margin-left: 20px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .contentImageC .contentImageChild .contentImageAvatar {
  width: 120px;
  height: 120px;
  background: #fff;
  margin: 6px auto;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .contentImageC .contentImageChild .contentImageAvatar img {
  width: 120px;
  height: 120px;
}
.indexBody .indexBodyC .indexBodyContent .indexBodyContentImages .contentImageC .contentImageChild span {
  display: inline-block;
  font-size: 14px;
  color: #353b42;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 8px;
}
.indexBody .indexBodyC .indexBodyProduce {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft {
  float: left;
  width: 220px;
  height: 100%;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft .indexBodyLeftText {
  width: 100%;
  height: 33px;
  position: relative;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft .indexBodyLeftText img {
  width: 16px;
  height: 21px;
  position: absolute;
  top: 4px;
  left: 0;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft .indexBodyLeftText span {
  font-size: 24px;
  color: #bf0008;
  margin-left: 25px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft .indexBodyLeftImage {
  margin-top: 22px;
  width: 220px;
  height: 518px;
  background: #fff;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyLeft .indexBodyLeftImage img {
  width: 220px;
  height: 518px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft {
  float: left;
  width: 220px;
  height: 100%;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftText {
  width: 100%;
  height: 33px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftText span {
  font-size: 24px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftImage {
  width: 100%;
  height: 400px;
  background: #fff;
  margin-top: 15px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftImage img {
  width: 220px;
  height: 400px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftList {
  width: 100%;
  height: 80px;
  margin-top: 15px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftList > a {
  width: 50%;
  height: 20px;
  float: left;
  margin-top: 10px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftList > a span {
  font-size: 14px;
  color: #3c8bc4;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodysensorLeft .indexBodysensorLeftList > a:hover {
  cursor: pointer;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight {
  float: right;
  width: 980px;
  height: 100%;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText {
  width: 100%;
  height: 105px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC {
  float: left;
  width: 340px;
  height: 105px;
  margin-right: 70px;
  margin-left: 30px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC p {
  margin-bottom: 11px;
  font-size: 14px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC p a {
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC p:hover {
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC .bodyRightTextContent {
  width: 340px;
  height: 72px;
  font-size: 14px;
  color: #353b42;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC .bodyRightTextContent span {
  margin-right: 10px;
  white-space: nowrap;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightText .bodyRightTextC .bodyRightTextContent span:hover {
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage {
  float: left;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC {
  width: 220px;
  height: 300px;
  float: left;
  margin-left: 24px;
  margin-bottom: 21px;
  border: 1px solid #dedede;
  border-radius: 1px;
  box-sizing: border-box;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImageAvatar {
  margin: 0 9px;
  margin-top: 10px;
  height: 202px;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 202px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImageAvatar img {
  width: 100%;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImageContent {
  width: 190px;
  height: 40px;
  margin: 0 auto;
  line-height: 20px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImageContent span {
  font-size: 14px;
  color: #353b42;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImagePrice {
  margin-left: 15px;
  margin-top: 8px;
}
.indexBody .indexBodyC .indexBodyProduce .indexBodyRight .indexBodyRightImage .bodyRightImageC .bodyRightImagePrice span {
  font-size: 14px;
  color: #bf0008;
}
.indexBody .indexBodyC .space {
  width: 100%;
  height: 30px;
  background: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.toTop {
  width: 77px;
  height: 90px;
  position: fixed;
  right: 35px;
  top: 70%;
}
.toTop .toTopText {
  width: 77px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.68);
}
.toTop .toTopText span {
  font-size: 14px;
  color: #fff;
}
.toTop .toTopText .arrow {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.68) transparent transparent transparent;
  margin-left: 35px;
}
.toTop .toTopImage {
  width: 58px;
  height: 58px;
  margin: 5px auto 0;
}
.toTop .toTopImage img {
  width: 58px;
  height: 58px;
}
.footer_content ul li .ft1 {
  background-image: url(../../images/caroule/footer_1.png);
}
.footer_content ul li .ft2 {
  background-image: url(../../images/caroule/footer_2.png);
}
.footer_content ul li .ft3 {
  background-image: url(../../images/caroule/footer_3.png);
}
.footer_content ul li .ft4 {
  background-image: url(../../images/caroule/footer_4.png);
}
.left_top_ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.left_top_ul .left_top {
  line-height: 22px;
  width: 100%;
  font-size: 12px;
  color: #353b42;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 15px;
}
.MerchantList {
  width: 100%;
  box-sizing: border-box;
}
.MerchantList .boxshadow {
  position: relative;
}
.MerchantList .boxshadow::after {
  content: '';
  width: 100%;
  height: 22px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff, rgba(255, 255, 255, 0.7), transparent);
}
.MerchantList .boxshadow::before {
  content: '';
  width: 100%;
  height: 22px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  background-image: linear-gradient(to top, #ffffff, #ffffff, rgba(255, 255, 255, 0.7), transparent);
}
.MerchantList .upToDownSwiper {
  height: 180px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.MerchantList .upToDownSwiper .dataListBox a,
.MerchantList .upToDownSwiper .shadowBox a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #3d3d3d;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MerchantList .upToDownSwiper .dataListBox a:hover,
.MerchantList .upToDownSwiper .shadowBox a:hover {
  color: #BF0008;
}
.MerchantList .MerchantTitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #3D3D3D;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #E4E7ED;
  border-right: none;
  border-left: none;
}
